home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Sample.bin / ExampleApplet.java < prev    next >
Text File  |  1998-09-15  |  168b  |  9 lines

  1. package alternative;
  2.  
  3. public class ExampleApplet extends Compatibility {
  4.   public void init() {
  5.     filename = "alternative/ExampleApplet.gif";
  6.     super.init();
  7.   }
  8. }
  9.